Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingHintStyle Class / WYSIWYGHints Property


In This Topic
    WYSIWYGHints Property
    In This Topic
    Gets or sets a value whether true WYSIWYG hints will be shown. If this is true a preview dock zone tree will be created and the exact bounds of the panel after dock will be shown.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets or sets a value whether true WYSIWYG hints will be shown. If this is true a preview dock zone tree will be created and the exact bounds of the panel after dock will be shown.")>
    Public Property WYSIWYGHints As System.Boolean
    'Usage
     
    
    Dim instance As NDockingHintStyle
    Dim value As System.Boolean
     
    instance.WYSIWYGHints = value
     
    value = instance.WYSIWYGHints
    [System.ComponentModel.Description("Gets or sets a value whether true WYSIWYG hints will be shown. If this is true a preview dock zone tree will be created and the exact bounds of the panel after dock will be shown.")]
    public System.bool WYSIWYGHints {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