NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CheckedListBox.ThreeDCheckBoxes

Indicates if the CheckBoxes should show up as flat or 3D in appearance.

[Visual Basic]
Public Property ThreeDCheckBoxes As Boolean
[C#]
public bool ThreeDCheckBoxes {get; set;}
[C++]
public: __property bool get_ThreeDCheckBoxes();
public: __property void set_ThreeDCheckBoxes(bool);
[JScript]
public function get ThreeDCheckBoxes() : Boolean;
public function set ThreeDCheckBoxes(Boolean);

See Also

CheckedListBox Class | CheckedListBox Members | System.WinForms Namespace