Search Results for

    Show / Hide Table of Contents

    Class IntegerBlock

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    IntegerBlock
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class IntegerBlock : UIBlock, IMessageSink

    Constructors

    IntegerBlock()

    Declaration
    protected IntegerBlock()

    Properties

    AdaptiveScaleLimits

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

    BalloonTooltipImage

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

    BalloonTooltipLayoutAsString

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

    BalloonTooltipText

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

    Bitmap

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

    Increment

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

    LineIncrement

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

    Localize

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

    MaximumValue

    Declaration
    public int MaximumValue { get; set; }
    Property Value
    Type Description
    System.Int32

    MaxInclusive

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

    MinimumValue

    Declaration
    public int MinimumValue { get; set; }
    Property Value
    Type Description
    System.Int32

    MinInclusive

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

    PageIncrement

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

    PresentationStyleAsString

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

    ReadOnlyValue

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

    RetainValue

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

    ScaleLimits

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

    ScaleMaxLimitLabel

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

    ScaleMinLimitLabel

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

    ShowScaleValue

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

    TitleVisibility

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

    Value

    Declaration
    public int Value { get; set; }
    Property Value
    Type Description
    System.Int32

    WrapSpin

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

    Methods

    GetBalloonTooltipLayoutMembers()

    Declaration
    public string[] GetBalloonTooltipLayoutMembers()
    Returns
    Type Description
    System.String[]

    GetComboOptions()

    Declaration
    public int[] GetComboOptions()
    Returns
    Type Description
    System.Int32[]

    GetPresentationStyleMembers()

    Declaration
    public string[] GetPresentationStyleMembers()
    Returns
    Type Description
    System.String[]

    SetComboOptions(Int32[])

    Declaration
    public void SetComboOptions(int[] optionValue)
    Parameters
    Type Name Description
    System.Int32[] optionValue

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX