Class NoTitleForm
Assembly: Reportman.Drawing.Forms.dll
public class NoTitleForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
Declaration
Fields
Declaration
public bool AllowWindowEffects
Field Value
Declaration
public const int HT_CAPTION = 2
Field Value
Declaration
public const int WM_NCLBUTTONDOWN = 161
Field Value
Declaration
public const int WM_NCLBUTTONUP = 162
Field Value
Properties
Declaration
public Color BorderColor { get; set; }
Property Value
Declaration
public int BorderSize { get; set; }
Property Value
Declaration
public int CaptionHeight { get; set; }
Property Value
Declaration
protected override CreateParams CreateParams { get; }
Property Value
Overrides
Declaration
public bool DrawBorder { get; set; }
Property Value
Declaration
public bool DrawGrip { get; set; }
Property Value
Declaration
public bool DrawTitle { get; set; }
Property Value
Declaration
public int GripSize { get; set; }
Property Value
Declaration
public bool ShowTitle { get; set; }
Property Value
Methods
Declaration
public void AddToolStripButtons(ToolStrip toolStrip1, bool center)
Parameters
Declaration
public void AfterAdjustWindowToNormal()
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
true if managed resources should be disposed; otherwise, false.
|
Overrides
Declaration
protected virtual void OnFormWindowStateChanged(EventArgs e)
Parameters
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Overrides
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Overrides
Declaration
protected override void OnResize(EventArgs e)
Parameters
Overrides
Declaration
public static extern bool ReleaseCapture()
Returns
Declaration
public void RestoreSavedBounds()
Declaration
Declaration
public static extern int SendMessage(nint hWnd, int Msg, int wParam, int lParam)
Parameters
Returns
Declaration
public virtual void SetFullScreen(bool newvalue)
Parameters
| Type |
Name |
Description |
| bool |
newvalue |
|
Declaration
public void SwitchMaximizeMinimize()
Declaration
protected override void WndProc(ref Message m)
Parameters
Overrides
Implements