Search Results for

    Show / Hide Table of Contents

    Class StringBlock

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    StringBlock
    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 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
    System.Boolean

    BalloonTooltipLayoutAsString

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

    Bitmap

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

    IsPassword

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

    Localize

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

    MaxTextLength

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

    PresentationStyleAsString

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

    ReadOnlyString

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

    RetainValue

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

    Tooltip

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

    UncommittedValue

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

    Value

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

    WideValue

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

    WidthAsString

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

    Methods

    GetBalloonTooltipImages()

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

    GetBalloonTooltipLayoutMembers()

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

    GetBalloonTooltipTexts()

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

    GetListItems()

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

    GetPresentationStyleMembers()

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

    GetWidthMembers()

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

    SetBalloonTooltipImages(String[])

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

    SetBalloonTooltipTexts(String[])

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

    SetKeystrokeCallback(StringBlock.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
    System.String[] itemStrings

    Implements

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