public bool Skip {get; set;}
public: __property bool get_Skip(); public: __property void set_Skip( bool value );
public: property bool Skip { bool get(); void set ( bool value); }
'Declaration Public Property Skip As Boolean
'Usage Dim instance As ImGearThumbnailBeforeLoadEventArgs Dim value As Boolean instance.Skip = value value = instance.Skip
ImGearThumbnailBeforeLoadEventArgs Class ImGearThumbnailBeforeLoadEventArgs Members