Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NHeaderColumnExtendedInfo Class / ImageTextEntity Property


In This Topic
    ImageTextEntity Property (NHeaderColumnExtendedInfo)
    In This Topic
    Determines whether image and text will be treated as one entity.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Determines whether image and text will be treated as one entity.")>
    Public Property ImageTextEntity As System.Boolean
    'Usage
     
    
    Dim instance As NHeaderColumnExtendedInfo
    Dim value As System.Boolean
     
    instance.ImageTextEntity = value
     
    value = instance.ImageTextEntity
    [System.ComponentModel.DefaultValue(true)]
    [System.ComponentModel.Description("Determines whether image and text will be treated as one entity.")]
    public System.bool ImageTextEntity {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