Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NCaptionButton Class / Hint Property


In This Topic
    Hint Property (NCaptionButton)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property Hint As System.Object
    'Usage
     
    
    Dim instance As NCaptionButton
    Dim value As System.Object
     
    instance.Hint = value
     
    value = instance.Hint
    [System.ComponentModel.DefaultValue("")]
    public System.object Hint {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also