'Declaration
<C1DescriptionAttribute("ST.MaximumWidth", "Gets or sets the maximum width of the tooltips.")> <DefaultValueAttribute(0)> <C1CategoryAttribute("Behavior")> Public Property MaximumWidth As Integer
[C1Description("ST.MaximumWidth", "Gets or sets the maximum width of the tooltips.")] [DefaultValue(0)] [C1Category("Behavior")] public int MaximumWidth {get; set;}