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