Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NFrameAppearance Class / AllowPropertyChange Property


In This Topic
    AllowPropertyChange Property
    In This Topic
    Determines whether a property can be changed. For all predefined frames this is false.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property AllowPropertyChange As System.Boolean
    'Usage
     
    
    Dim instance As NFrameAppearance
    Dim value As System.Boolean
     
    value = instance.AllowPropertyChange
    protected virtual System.bool AllowPropertyChange {get;}
    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