ManagementList.ViewManagerUserActionState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the user interaction state of the view manager.
public:
property Microsoft::Management::UI::Internal::UserActionState ViewManagerUserActionState { Microsoft::Management::UI::Internal::UserActionState get(); void set(Microsoft::Management::UI::Internal::UserActionState value); };
public:
property Microsoft::Management::UI::Internal::UserActionState ViewManagerUserActionState { Microsoft::Management::UI::Internal::UserActionState get(); void set(Microsoft::Management::UI::Internal::UserActionState value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets the user interaction state of the view manager.")]
public Microsoft.Management.UI.Internal.UserActionState ViewManagerUserActionState { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets the user interaction state of the view manager.")>]
member this.ViewManagerUserActionState : Microsoft.Management.UI.Internal.UserActionState with get, set
Public Property ViewManagerUserActionState As UserActionState
Property Value
- Attributes