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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools.Ribbon Namespace