RotatorControlButtonsConfigurationLeftButtonID Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ControlIDConverter))]
public string LeftButtonID { get; set; }
<TypeConverterAttribute(GetType(ControlIDConverter))>
Public Property LeftButtonID As String
Get
Set
public:
[TypeConverterAttribute(typeof(ControlIDConverter))]
property String^ LeftButtonID {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute(typeof(ControlIDConverter))>]
member LeftButtonID : string with get, set
Property Value
Type:
String
See Also