CommandBarButtonClass.State Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property State As MsoButtonState
Get
Set
'Usage
Dim instance As CommandBarButtonClass
Dim value As MsoButtonState
value = instance.State
instance.State = value
public virtual MsoButtonState State { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoButtonState