ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1CustomButton Class / Name Property

In This Topic
    Name Property (C1CustomButton)
    In This Topic
    Gets or sets a name associated with the C1CustomButton.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CustomButton.Name", "Name associated with the custom button.")>
    <C1CategoryAttribute("Behavior")>
    <DefaultValueAttribute("")>
    Public Property Name As String
    [C1Description("C1CustomButton.Name", "Name associated with the custom button.")]
    [C1Category("Behavior")]
    [DefaultValue("")]
    public string Name {get; set;}
    See Also