Search Results for

    Show / Hide Table of Contents

    Class DoubleBlock

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    DoubleBlock
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class DoubleBlock : UIBlock, IMessageSink

    Constructors

    DoubleBlock()

    Declaration
    protected DoubleBlock()

    Properties

    AdaptiveScaleLimits

    Declaration
    public bool AdaptiveScaleLimits { get; set; }
    Property Value
    Type Description
    bool

    BalloonTooltipImage

    Declaration
    public string BalloonTooltipImage { get; set; }
    Property Value
    Type Description
    string

    BalloonTooltipLayoutAsString

    Declaration
    public string BalloonTooltipLayoutAsString { get; set; }
    Property Value
    Type Description
    string

    BalloonTooltipText

    Declaration
    public string BalloonTooltipText { get; set; }
    Property Value
    Type Description
    string

    Bitmap

    Declaration
    public string Bitmap { get; set; }
    Property Value
    Type Description
    string

    Increment

    Declaration
    public double Increment { get; set; }
    Property Value
    Type Description
    double

    LineIncrement

    Declaration
    public double LineIncrement { get; set; }
    Property Value
    Type Description
    double

    Localize

    Declaration
    public bool Localize { get; set; }
    Property Value
    Type Description
    bool

    MaxInclusive

    Declaration
    public bool MaxInclusive { get; set; }
    Property Value
    Type Description
    bool

    MaximumValue

    Declaration
    public double MaximumValue { get; set; }
    Property Value
    Type Description
    double

    MinInclusive

    Declaration
    public bool MinInclusive { get; set; }
    Property Value
    Type Description
    bool

    MinimumValue

    Declaration
    public double MinimumValue { get; set; }
    Property Value
    Type Description
    double

    PageIncrement

    Declaration
    public double PageIncrement { get; set; }
    Property Value
    Type Description
    double

    PresentationStyleAsString

    Declaration
    public string PresentationStyleAsString { get; set; }
    Property Value
    Type Description
    string

    ReadOnlyValue

    Declaration
    public bool ReadOnlyValue { get; set; }
    Property Value
    Type Description
    bool

    RetainValue

    Declaration
    public bool RetainValue { get; set; }
    Property Value
    Type Description
    bool

    ScaleLimits

    Declaration
    public bool ScaleLimits { get; set; }
    Property Value
    Type Description
    bool

    ScaleMaxLimitLabel

    Declaration
    public string ScaleMaxLimitLabel { get; set; }
    Property Value
    Type Description
    string

    ScaleMinLimitLabel

    Declaration
    public string ScaleMinLimitLabel { get; set; }
    Property Value
    Type Description
    string

    ShowScaleValue

    Declaration
    public bool ShowScaleValue { get; set; }
    Property Value
    Type Description
    bool

    TitleVisibility

    Declaration
    public bool TitleVisibility { get; set; }
    Property Value
    Type Description
    bool

    Value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    double

    WrapSpin

    Declaration
    public bool WrapSpin { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetBalloonTooltipLayoutMembers()

    Declaration
    public string[] GetBalloonTooltipLayoutMembers()
    Returns
    Type Description
    string[]

    GetComboOptions()

    Declaration
    public double[] GetComboOptions()
    Returns
    Type Description
    double[]

    GetPresentationStyleMembers()

    Declaration
    public string[] GetPresentationStyleMembers()
    Returns
    Type Description
    string[]

    SetComboOptions(double[])

    Declaration
    public void SetComboOptions(double[] optionValue)
    Parameters
    Type Name Description
    double[] optionValue

    TestValueChanged(double)

    Declaration
    public void TestValueChanged(double doubleValue)
    Parameters
    Type Name Description
    double doubleValue

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX