Initializes a new instance of the class using the specified text.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
public C1WebToolBarItem( string text ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ text As String _ ) |
Parameters
- text
- Type: System..::.String
The text that is displayed for the item.
Remarks
When this constructor is used, all properties in the object are set to their default values. Be sure to set the properties, as necessary, after creating the object.