ViewState Property (MenuItem)
In This Topic
Gets the state of the view.
Syntax
'Declaration
Public ReadOnly Property ViewState As StateBag
'Usage
Dim instance As MenuItem
Dim value As StateBag
value = instance.ViewState
public StateBag ViewState {get;}
Property Value
The state of the view.
See Also