Description
The internal unit of the control. Set by STK.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property InternalUnit() As String
|
| [C#] |
|---|
public string InternalUnit {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_InternalUnit(); public: __property void set_InternalUnit(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_InternalUnit(
BSTR * pInternalUnit
);
public: HRESULT put_InternalUnit(
BSTR InternalUnit
);
|
| [Java] |
|---|
public String getInternalUnit();
public void setInternalUnit(
String
);
|
See Also