UAOOI.Windows.Forms

IFloaty Members

The IFloaty type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Hide
hide the floaty
Protected method MemberwiseClone (Inherited from Object.)
Public method Show
show the floaty
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property DockOnHostOnly
indicates if a floaty may dock only on the host docking control (e.g. the form) and not inside other floats
Public property DockOnInside
indicates if a floaty may dock on the inside or on the outside of a form/control default is true
Public property Text
set a caption for the floaty
Public property Visible
Gets a value indicating whether this IFloaty is visible.

Events


  Name Description
Public event Docking
Occurs when [docking].