Search Results for

    Show / Hide Table of Contents

    Class MultilineString

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

    Constructors

    MultilineString()

    Declaration
    protected MultilineString()

    Properties

    Height

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

    Localize

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

    MaximumCharactersAccepted

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

    MaximumHeight

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

    MinimumHeight

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

    ResizeHeightWithDialog

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

    RetainValue

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

    ValuesConcatenated

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

    Width

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

    Methods

    GetUncommittedValue()

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

    GetValue()

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

    SetValue(string[])

    Declaration
    public void SetValue(string[] valueString)
    Parameters
    Type Name Description
    string[] valueString

    TestValueChanged(string[])

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

    Implements

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