Class MultilineString
Inheritance
System.Object
System.MarshalByRefObject
MultilineString
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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
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