Gets or sets the type of the tool - by default it is a button
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override EditorToolType Type { get; set; }
Public Overrides Property Type As EditorToolType
Get
Set
public:
virtual property EditorToolType Type {
EditorToolType get () override;
void set (EditorToolType value) override;
}
abstract Type : EditorToolType with get, set
override Type : EditorToolType with get, set
Property Value
Type:
EditorToolTypeThe type of the tool on the client.
See Also