Collection of tool items that can be used on the control.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Collection of ToolItems.")>
<DesignerSerializationVisibilityAttribute()>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Behavior")>
Public Overrides ReadOnly Property ToolItems As PageToolItemCollection |
| C# | |
|---|
[ResDescriptionAttribute("Collection of ToolItems.")]
[DesignerSerializationVisibilityAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Behavior")]
public override PageToolItemCollection ToolItems {get;} |
Remarks
See Also