Returns the key of the style. The key is the string representation of the index of the style in the style selector.
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string GetStyleKey( DataStyle style ) |
| Visual Basic |
|---|
Public Function GetStyleKey ( _ style As DataStyle _ ) As String |
| JScript |
|---|
public function GetStyleKey( style : DataStyle ) : String |
Parameters
- style
- Type: Ico.Awx..::..DataStyle