public bool ShowInfoTextForSelection { get; set; }Public Property ShowInfoTextForSelection As Boolean
Get
Setpublic:
property bool ShowInfoTextForSelection {
bool get ();
void set (bool value);
}member ShowInfoTextForSelection : bool with get, set