Search Results for

    Show / Hide Table of Contents

    Class StringBlock

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    StringBlock
    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 StringBlock : UIBlock, IMessageSink

    Constructors

    StringBlock()

    Declaration
    protected StringBlock()

    Properties

    AllowInternationalTextInput

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Not required from NX10 onwards. Internationalization is available by default.")]
    public bool AllowInternationalTextInput { get; set; }
    Property Value
    Type Description
    bool

    BalloonTooltipLayoutAsString

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

    Bitmap

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

    IsPassword

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

    Localize

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

    MaxTextLength

    Declaration
    public int MaxTextLength { get; set; }
    Property Value
    Type Description
    int

    PresentationStyleAsString

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

    ReadOnlyString

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

    RetainValue

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

    Tooltip

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

    UncommittedValue

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

    Value

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

    WideValue

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use 'Value' instead which supports Internationalization.")]
    public string WideValue { get; set; }
    Property Value
    Type Description
    string

    WidthAsString

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

    Methods

    GetBalloonTooltipImages()

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

    GetBalloonTooltipLayoutMembers()

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

    GetBalloonTooltipTexts()

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

    GetListItems()

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

    GetPresentationStyleMembers()

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

    GetWidthMembers()

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

    SetBalloonTooltipImages(string[])

    Declaration
    public void SetBalloonTooltipImages(string[] imageStrings)
    Parameters
    Type Name Description
    string[] imageStrings

    SetBalloonTooltipTexts(string[])

    Declaration
    public void SetBalloonTooltipTexts(string[] tooltipTextArray)
    Parameters
    Type Name Description
    string[] tooltipTextArray

    SetKeystrokeCallback(KeystrokeCallback)

    Declaration
    public void SetKeystrokeCallback(StringBlock.KeystrokeCallback cb)
    Parameters
    Type Name Description
    StringBlock.KeystrokeCallback cb

    SetListItems(string[])

    Declaration
    public void SetListItems(string[] itemStrings)
    Parameters
    Type Name Description
    string[] itemStrings

    TestKeystrokeObserver()

    Declaration
    public void TestKeystrokeObserver()

    TestValueChanged(string)

    Declaration
    public void TestValueChanged(string valueString)
    Parameters
    Type Name Description
    string valueString

    TestWideValueChanged(string)

    Declaration
    public void TestWideValueChanged(string valueString)
    Parameters
    Type Name Description
    string valueString

    Implements

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