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