Click or drag to resize

AttachedUtilityClass Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              DockContent
                DWSIMAttachedUtilityClass

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.4.5.0
Syntax
[SerializableAttribute]
public class AttachedUtilityClass : DockContent, 
	IAttachedUtility
Request Example View Source

The AttachedUtilityClass type exposes the following members.

Constructors
 NameDescription
Public methodAttachedUtilityClass 
Top
Properties
 NameDescription
Public propertyAllowEndUserDocking
(Inherited from DockContent)
Public propertyAttachedTo 
Public propertyAutoHidePortion
(Inherited from DockContent)
Public propertyAutoUpdate 
Public propertyCloseButton
(Inherited from DockContent)
Public propertyCloseButtonVisible
(Inherited from DockContent)
Public propertyDockAreas
(Inherited from DockContent)
Public propertyHideOnClose
(Inherited from DockContent)
Public propertyID 
Public propertyInternalUtility 
Public propertyShowHint
(Inherited from DockContent)
Public propertyTabPageContextMenu
(Inherited from DockContent)
Public propertyTabPageContextMenuStrip
(Inherited from DockContent)
Public propertyTabText
(Inherited from DockContent)
Public propertyToolTipText
(Inherited from DockContent)
Public propertyUtilityName 
Top
Methods
 NameDescription
Public methodActivate
(Inherited from DockContent)
Private methodAttachedUtilityClass_Load 
Private methodAttachedUtilityClass_Shown 
Private methodchkAutoUpdate_CheckedChanged 
Public methodDockingHandler 
Public methodDockTo(DockPanel, DockStyle)
(Inherited from DockContent)
Public methodDockTo(DockPane, DockStyle, Int32)
(Inherited from DockContent)
Public methodFloatAt
(Inherited from DockContent)
Protected methodGetPersistString
(Inherited from DockContent)
Public methodGetPropertyList 
Public methodGetPropertyUnits 
Public methodGetPropertyValue 
Public methodGetUtilityType 
Public methodHide
(Inherited from DockContent)
Public methodInitialize 
Private methodInitializeComponent 
Public methodIsDockStateValid
(Inherited from DockContent)
Public methodLoadData 
Protected methodOnDockStateChanged
(Inherited from DockContent)
Protected methodOnSizeChanged
(Inherited from DockContent)
Public methodPopulate 
Public methodSaveData 
Public methodSetPropertyValue 
Public methodShow
(Inherited from DockContent)
Public methodShow(DockPanel)
(Inherited from DockContent)
Public methodShow(DockPane, IDockContent)
(Inherited from DockContent)
Public methodShow(DockPanel, Rectangle)
(Inherited from DockContent)
Public methodShow(DockPanel, DockState)
(Inherited from DockContent)
Public methodShow(DockPane, DockAlignment, Double)
(Inherited from DockContent)
Private methodtbName_TextChanged 
Private methodtsbClose_Click 
Public methodUpdateResults 
Top
Events
 NameDescription
Public eventDockStateChanged
(Inherited from DockContent)
Top
Extension Methods
 NameDescription
Public Extension MethodChangeDefaultFont
(Defined by FormExtensions)
Public Extension MethodGetAllChildren
(Defined by FormExtensions)
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Public Extension MethodUIThread
(Defined by General)
Public Extension MethodUIThreadInvoke
(Defined by General)
Top
See Also