ShowText Property (ThumbnailEx)
In This Topic
Syntax
'Declaration
Public Property ShowText As Boolean
public bool ShowText {get; set;}
public read-write property ShowText: Boolean;
public function get,set ShowText : boolean
public: __property bool get_ShowText();
public: __property void set_ShowText(
bool value
);
public:
property bool ShowText {
bool get();
void set ( bool value);
}
See Also