Class IntegerBlock
Assembly: NXOpenUI.dll
Syntax
public class IntegerBlock : UIBlock, IMessageSink
Constructors
IntegerBlock()
Declaration
Properties
AdaptiveScaleLimits
Declaration
public bool AdaptiveScaleLimits { get; set; }
Property Value
Declaration
public string BalloonTooltipImage { get; set; }
Property Value
Declaration
public string BalloonTooltipLayoutAsString { get; set; }
Property Value
BalloonTooltipText
Declaration
public string BalloonTooltipText { get; set; }
Property Value
Bitmap
Declaration
public string Bitmap { get; set; }
Property Value
Increment
Declaration
public double Increment { get; set; }
Property Value
LineIncrement
Declaration
public double LineIncrement { get; set; }
Property Value
Localize
Declaration
public bool Localize { get; set; }
Property Value
MaxInclusive
Declaration
public bool MaxInclusive { get; set; }
Property Value
MaximumValue
Declaration
public int MaximumValue { get; set; }
Property Value
MinInclusive
Declaration
public bool MinInclusive { get; set; }
Property Value
MinimumValue
Declaration
public int MinimumValue { get; set; }
Property Value
PageIncrement
Declaration
public double PageIncrement { get; set; }
Property Value
PresentationStyleAsString
Declaration
public string PresentationStyleAsString { get; set; }
Property Value
ReadOnlyValue
Declaration
public bool ReadOnlyValue { get; set; }
Property Value
RetainValue
Declaration
public bool RetainValue { get; set; }
Property Value
ScaleLimits
Declaration
public bool ScaleLimits { get; set; }
Property Value
ScaleMaxLimitLabel
Declaration
public string ScaleMaxLimitLabel { get; set; }
Property Value
ScaleMinLimitLabel
Declaration
public string ScaleMinLimitLabel { get; set; }
Property Value
ShowScaleValue
Declaration
public bool ShowScaleValue { get; set; }
Property Value
TitleVisibility
Declaration
public bool TitleVisibility { get; set; }
Property Value
Value
Declaration
public int Value { get; set; }
Property Value
WrapSpin
Declaration
public bool WrapSpin { get; set; }
Property Value
Methods
Declaration
public string[] GetBalloonTooltipLayoutMembers()
Returns
GetComboOptions()
Declaration
public int[] GetComboOptions()
Returns
GetPresentationStyleMembers()
Declaration
public string[] GetPresentationStyleMembers()
Returns
SetComboOptions(int[])
Declaration
public void SetComboOptions(int[] optionValue)
Parameters
Type |
Name |
Description |
int[] |
optionValue |
|
TestValueChanged(int)
Declaration
public void TestValueChanged(int inetegerValue)
Parameters
Type |
Name |
Description |
int |
inetegerValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink