public ToolbarButtonStates State { get; set; }
Public Property State As ToolbarButtonStates
Get
Set
Dim instance As ToolbarButton
Dim value As ToolbarButtonStates
value = instance.State
instance.State = value
public:
property ToolbarButtonStates State {
ToolbarButtonStates get ();
void set (ToolbarButtonStates value);
}
member State : ToolbarButtonStates with get, set
No code example is currently available or this language may not be supported.