Class StringBlock
Inheritance
System.Object
System.MarshalByRefObject
StringBlock
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)
Assembly: NXOpenUI.dll
Syntax
public class StringBlock : UIBlock, IMessageSink
Constructors
StringBlock()
Declaration
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 |
|
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 |
|
Declaration
public string Tooltip { 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
Declaration
public string[] GetBalloonTooltipImages()
Returns
Type |
Description |
System.String[] |
|
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[] |
|
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
SetListItems(String[])
Declaration
public void SetListItems(string[] itemStrings)
Parameters
Type |
Name |
Description |
System.String[] |
itemStrings |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink