Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewMessageControl Class / LiveSetting Property


In This Topic
    LiveSetting Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAccessibility")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("LiveRegionAutomationLiveSettingDescr")>
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Public Property LiveSetting As System.Windows.Forms.Automation.AutomationLiveSetting
    'Usage
     
    
    Dim instance As NViewMessageControl
    Dim value As System.Windows.Forms.Automation.AutomationLiveSetting
     
    instance.LiveSetting = value
     
    value = instance.LiveSetting
    [SRCategory("CatAccessibility")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("LiveRegionAutomationLiveSettingDescr")]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    public System.Windows.Forms.Automation.AutomationLiveSetting LiveSetting {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