In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / AllowMoveItems Property

AllowMoveItems Property (ThumbnailEx)

In This Topic
Syntax
'Declaration

 

Public Property AllowMoveItems As Boolean
public bool AllowMoveItems {get; set;}
public read-write property AllowMoveItems: Boolean; 
public function get,set AllowMoveItems : boolean
public: __property bool get_AllowMoveItems();

public: __property void set_AllowMoveItems( 

   bool value

);
public:

property bool AllowMoveItems {

   bool get();

   void set (    bool value);

}
See Also