public: property bool Visible { bool get(); void set(bool value); };
public bool Visible { get; set; }
Public Property Visible As Boolean
Vielen Dank.