Click or drag to resize
SoWinComponent Methods

The SoWinComponent type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetClassName

Returns the class name.

Public methodStatic memberGetComponent

Returns the OIV.Inventor.Win.SoWinComponent for this window handle.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetIconTitle

Included for portability only.

Public methodGetSize

Convenience routine on the window handle.

Public methodGetTitle

Gets window title.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidgetName

Returns the window handle name.

Public methodHide

This hides the component.

Public methodIsFullScreen

Queries if the viewer is in fullscreen mode.

Public methodIsFullScreenEnable

Queries if it is possible to put the viewer in fullscreen mode.

Public methodIsTopLevelShell

Returns true if this component is a top level shell component (has its own window).

Public methodIsVisible

Returns true if this component is mapped onto the screen.

Public methodSetFullScreen

Switches the viewer into (or out of) fullscreen mode.

Public methodSetFullScreenEnable

Enables/disables fullscreen mode.

Public methodSetIconTitle

Included for portability only.

Public methodSetSize

Convenience routine on the window handle.

Public methodSetTitle

Sets window title.

Public methodShow

This shows the component.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also