CommandBarControl.Visible Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether this control is visible.
public:
 property bool Visible { bool get(); void set(bool value); };public:
 property bool Visible { bool get(); void set(bool value); };[System.Runtime.InteropServices.DispId(1610874921)]
public bool Visible { [System.Runtime.InteropServices.DispId(1610874921)] get; [System.Runtime.InteropServices.DispId(1610874921)] set; }[<System.Runtime.InteropServices.DispId(1610874921)>]
[<get: System.Runtime.InteropServices.DispId(1610874921)>]
[<set: System.Runtime.InteropServices.DispId(1610874921)>]
member this.Visible : bool with get, setPublic Property Visible As BooleanProperty Value
true if the control is visible, otherwise false.
- Attributes