In This Topic
GdPicture14 Namespace / ThumbnailEx Class / DefaultItemCheckState Property

DefaultItemCheckState Property (ThumbnailEx)

In This Topic
Specifies the default check state for subsequently generated items. Default value is false (not checked).
Syntax
'Declaration
 
Public Property DefaultItemCheckState As Boolean
public bool DefaultItemCheckState {get; set;}
public read-write property DefaultItemCheckState: Boolean; 
public function get,set DefaultItemCheckState : boolean
public: __property bool get_DefaultItemCheckState();
public: __property void set_DefaultItemCheckState( 
   bool value
);
public:
property bool DefaultItemCheckState {
   bool get();
   void set (    bool value);
}
See Also