Class GroupLabel
Inheritance
System.Object
System.MarshalByRefObject
GroupLabel
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.VisualReporting
Assembly: NXOpen.dll
Syntax
public class GroupLabel : NXObject, IMessageSink, INXObject
Constructors
GroupLabel()
Declaration
protected GroupLabel()
Properties
BitmapName
Declaration
public string BitmapName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Color
Declaration
public NXColor.Rgb Color { get; set; }
Property Value
Type | Description |
---|---|
NXColor.Rgb |
CustomMessage
Declaration
public string CustomMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayStyle
Declaration
public GroupLabel.DisplayStyleOption DisplayStyle { get; set; }
Property Value
Type | Description |
---|---|
GroupLabel.DisplayStyleOption |
ErrorLevel
Declaration
public Validation.Result ErrorLevel { get; set; }
Property Value
Type | Description |
---|---|
Validation.Result |
IsManual
Declaration
public bool IsManual { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNameUserSpecified
Declaration
public bool IsNameUserSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LowerBound
Declaration
public string LowerBound { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TagPriority
Declaration
public GroupLabel.TagPriorityOption TagPriority { get; set; }
Property Value
Type | Description |
---|---|
GroupLabel.TagPriorityOption |
UpperBound
Declaration
public string UpperBound { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Remoting.Messaging.IMessageSink