NXOpen .NET Reference  12.0.0
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:

Public Types

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

Public Member Functions

unsafe void SetCenter (bool isCenter)
 Sets whether the dialog item is at the center More...
 
unsafe void SetAttachTypeTop (NXOpen.UIStyler.Attachment.AttachType attachTypeTop)
 Sets the attach type top More...
 
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 SetTopOffset (int offsetTop)
 Sets the top offset More...
 
unsafe void SetLeftOffset (int offsetLeft)
 Sets the left offset More...
 
unsafe void SetRightOffset (int offsetRight)
 Sets the right offset More...
 
unsafe void SetTopDialogItem (string topItemIdentifire)
 Sets the top dialog item More...
 
unsafe void SetLeftDialogItem (string leftItemIdentifire)
 Sets the left dialog item More...
 
unsafe void SetRightDialogItem (string rightItemIdentifire)
 Sets the right dialog item More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. 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 ( )
protected

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.

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

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)

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)

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)

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)

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)

Sets the left offset

Created in NX5.0.0

License requirements: None.

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

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)

Sets the right offset

Created in NX5.0.0

License requirements: None.

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

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.