RibbonSplitButton.Visible Property (2007 System)

Gets or sets a value that indicates whether the RibbonSplitButton control is visible.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Overrides Property Visible As Boolean
'Usage
Dim instance As RibbonSplitButton 
Dim value As Boolean 

value = instance.Visible

instance.Visible = value
public override bool Visible { get; set; }
public:
virtual property bool Visible {
    bool get () override;
    void set (bool value) override;
}
public override function get Visible () : boolean 
public override function set Visible (value : boolean)

Property Value

Type: System.Boolean
true if the RibbonSplitButton control is visible; otherwise, false. The default is true.

Remarks

The property can be changed at design time and at run time.

.NET Framework Security

See Also

Reference

RibbonSplitButton Class

RibbonSplitButton Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview