public Nullable<bool> ShowControls { get; set; }
Public Property ShowControls As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> ShowControls { Nullable<bool^> get (); void set (Nullable<bool^> value); }