Page.actionPaneControlEnabled Method
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.
Overloads
actionPaneControlEnabled(String) |
Sets or gets the enabled property value of a control on the Action Pane. |
actionPaneControlEnabled(String, Boolean) |
actionPaneControlEnabled(String)
Sets or gets the enabled property value of a control on the Action Pane.
public:
virtual bool actionPaneControlEnabled(System::String ^ text1);
public virtual bool actionPaneControlEnabled (string text1);
abstract member actionPaneControlEnabled : string -> bool
override this.actionPaneControlEnabled : string -> bool
Public Overridable Function actionPaneControlEnabled (text1 As String) As Boolean
Parameters
- text1
- String
Returns
A Boolean value that indicates whether the Action Pane control is enabled.
Applies to
actionPaneControlEnabled(String, Boolean)
public:
virtual bool actionPaneControlEnabled(System::String ^ _controlName, bool _enabled);
public virtual bool actionPaneControlEnabled (string _controlName, bool _enabled);
abstract member actionPaneControlEnabled : string * bool -> bool
override this.actionPaneControlEnabled : string * bool -> bool
Public Overridable Function actionPaneControlEnabled (_controlName As String, _enabled As Boolean) As Boolean
Parameters
- _controlName
- String
A value that specifies whether the Action Pane control is enabled; optional.
- _enabled
- Boolean
A value that specifies whether the Action Pane control is enabled; optional.