Class WatermarkFlyoutManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WatermarkFlyoutManager : BaseSplashManager
Constructors
WatermarkFlyoutManager()
Declaration
public WatermarkFlyoutManager()
Properties
IsActive
Gets a value indicating whether or not there is a flyout screen opened.
Declaration
public static bool IsActive { get; }
Property Value
System.
|
Methods
Show(Form)
Shows a an overlay form with flyout content on top of it.
Declaration
public static void Show(Form formToAssociate)
Parameters
System. The associated control. |