Description
Name of the control. Set by STK.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ControlName() As String
|
[C#] |
---|
public string ControlName {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_ControlName(); public: __property void set_ControlName(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ControlName(
BSTR * pControlName
);
public: HRESULT put_ControlName(
BSTR ControlName
);
|
[Java] |
---|
public String getControlName();
public void setControlName(
String
);
|
See Also