CompositeDesignerAccessibleObject.State 属性

定义

获取当前 CompositeDesignerAccessibleObject 的可访问状态。Gets the accessible state of the current CompositeDesignerAccessibleObject.

public:
 virtual property System::Windows::Forms::AccessibleStates State { System::Windows::Forms::AccessibleStates get(); };
public override System.Windows.Forms.AccessibleStates State { get; }
member this.State : System.Windows.Forms.AccessibleStates
Public Overrides ReadOnly Property State As AccessibleStates

属性值

AccessibleStates

AccessibleStates 值的组合。A combination of AccessibleStates values.

注解

State 具有以下可能值:State has the following possible values:

SelectedSelectableMultiSelectableFocusedFocusableReadOnly 、、、 Moveable Expanded CollapsedInvisibleSelected, Selectable, MultiSelectable, Focused, Focusable, ReadOnly, Moveable, Expanded, Collapsed, and Invisible.

适用于