NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Protected Member Functions | List of all members
NXOpen.UIStyler.Attachment Class Reference

Represents an Attachment for UI Styler More...

Inheritance diagram for NXOpen.UIStyler.Attachment:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  AttachType {
  Dialog, Default, None, NoChange,
  Item
}
 Represents alignment option for Styler Item More...
 

Public Member Functions

unsafe void SetAttachTypeLeft (NXOpen.UIStyler.Attachment.AttachType attachTypeLeft)
 Sets the attach type left More...
 
unsafe void SetAttachTypeRight (NXOpen.UIStyler.Attachment.AttachType attachTypeRight)
 Sets the attach type right More...
 
unsafe void SetAttachTypeTop (NXOpen.UIStyler.Attachment.AttachType attachTypeTop)
 Sets the attach type top More...
 
unsafe void SetCenter (bool isCenter)
 Sets whether the dialog item is at the center More...
 
unsafe void SetLeftDialogItem (string leftItemIdentifire)
 Sets the left dialog item More...
 
unsafe void SetLeftOffset (int offsetLeft)
 Sets the left offset More...
 
unsafe void SetRightDialogItem (string rightItemIdentifire)
 Sets the right dialog item More...
 
unsafe void SetRightOffset (int offsetRight)
 Sets the right offset More...
 
unsafe void SetTopDialogItem (string topItemIdentifire)
 Sets the top dialog item More...
 
unsafe void SetTopOffset (int offsetTop)
 Sets the top offset More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents an Attachment for UI Styler

Created in NX5.0.0

Member Enumeration Documentation

Represents alignment option for Styler Item

Enumerator
Dialog 

Dialog type

Default 

Default type

None 

None type

NoChange 

No change type

Item 

Item type

Member Function Documentation

override void NXOpen.UIStyler.Attachment.FreeResource ( )
inlineprotectedvirtual

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET or Java, this method is automatically called when the object is deleted by the garbage collector.

Created in NX5.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.UIStyler.Attachment.SetAttachTypeLeft ( NXOpen.UIStyler.Attachment.AttachType  attachTypeLeft)
inline

Sets the attach type left

Created in NX5.0.0

License requirements: None.

Parameters
attachTypeLeft
unsafe void NXOpen.UIStyler.Attachment.SetAttachTypeRight ( NXOpen.UIStyler.Attachment.AttachType  attachTypeRight)
inline

Sets the attach type right

Created in NX5.0.0

License requirements: None.

Parameters
attachTypeRight
unsafe void NXOpen.UIStyler.Attachment.SetAttachTypeTop ( NXOpen.UIStyler.Attachment.AttachType  attachTypeTop)
inline

Sets the attach type top

Created in NX5.0.0

License requirements: None.

Parameters
attachTypeTopattach_type_top
unsafe void NXOpen.UIStyler.Attachment.SetCenter ( bool  isCenter)
inline

Sets whether the dialog item is at the center

Created in NX5.0.0

License requirements: None.

Parameters
isCentercenter
unsafe void NXOpen.UIStyler.Attachment.SetLeftDialogItem ( string  leftItemIdentifire)
inline

Sets the left dialog item

Created in NX5.0.0

License requirements: None.

Parameters
leftItemIdentifireLeft item identifier
unsafe void NXOpen.UIStyler.Attachment.SetLeftOffset ( int  offsetLeft)
inline

Sets the left offset

Created in NX5.0.0

License requirements: None.

Parameters
offsetLeft
unsafe void NXOpen.UIStyler.Attachment.SetRightDialogItem ( string  rightItemIdentifire)
inline

Sets the right dialog item

Created in NX5.0.0

License requirements: None.

Parameters
rightItemIdentifireRight item identifier
unsafe void NXOpen.UIStyler.Attachment.SetRightOffset ( int  offsetRight)
inline

Sets the right offset

Created in NX5.0.0

License requirements: None.

Parameters
offsetRight
unsafe void NXOpen.UIStyler.Attachment.SetTopDialogItem ( string  topItemIdentifire)
inline

Sets the top dialog item

Created in NX5.0.0

License requirements: None.

Parameters
topItemIdentifireTop item identifier
unsafe void NXOpen.UIStyler.Attachment.SetTopOffset ( int  offsetTop)
inline

Sets the top offset

Created in NX5.0.0

License requirements: None.

Parameters
offsetTop

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.