Search Results for

    Show / Hide Table of Contents

    Class MultilineString

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

    Constructors

    MultilineString()

    Declaration
    protected MultilineString()

    Properties

    Height

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

    Localize

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

    MaximumCharactersAccepted

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

    MaximumHeight

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

    MinimumHeight

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

    ResizeHeightWithDialog

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

    RetainValue

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

    ValuesConcatenated

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

    Width

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

    Methods

    GetUncommittedValue()

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

    GetValue()

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

    SetValue(String[])

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

    Implements

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