Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StatusBarSkin Class / Name Property


In This Topic
    Name Property (StatusBarSkin)
    In This Topic
    Gets or sets name of skin
    Syntax
    'Declaration
     
    
    Public Property Name As String
    'Usage
     
    
    Dim instance As StatusBarSkin
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    See Also