Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommand Class / OwnMeasure Property


In This Topic
    OwnMeasure Property
    In This Topic
    Gets/sets a value whether measuring will be handled by the command itself.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <NDesignOnlyBrowsableAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether measuring will be handled by the command itself.")>
    Public Overridable Property OwnMeasure As System.Boolean
    'Usage
     
    
    Dim instance As NCommand
    Dim value As System.Boolean
     
    instance.OwnMeasure = value
     
    value = instance.OwnMeasure
    [System.ComponentModel.DefaultValue(false)]
    [NDesignOnlyBrowsable(true)]
    [System.ComponentModel.Description("Gets/sets a value whether measuring will be handled by the command itself.")]
    public virtual System.bool OwnMeasure {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