Share via


ListPage.actionPaneControlParameters Method

Definition

Overloads

actionPaneControlParameters(String)
actionPaneControlParameters(String, String)

actionPaneControlParameters(String)

public:
 virtual System::String ^ actionPaneControlParameters(System::String ^ text1);
public virtual string actionPaneControlParameters (string text1);
abstract member actionPaneControlParameters : string -> string
override this.actionPaneControlParameters : string -> string
Public Overridable Function actionPaneControlParameters (text1 As String) As String

Parameters

text1
String

Returns

Applies to

actionPaneControlParameters(String, String)

public:
 virtual System::String ^ actionPaneControlParameters(System::String ^ _controlName, System::String ^ _parameters);
public virtual string actionPaneControlParameters (string _controlName, string _parameters);
abstract member actionPaneControlParameters : string * string -> string
override this.actionPaneControlParameters : string * string -> string
Public Overridable Function actionPaneControlParameters (_controlName As String, _parameters As String) As String

Parameters

_controlName
String
_parameters
String

Returns

Applies to