Классы | Открытые типы | Открытые члены | Открытые статические члены | Статические открытые данные | Защищенные члены | Свойства

Класс FluidKit.Controls.GlassWindow

Граф наследования:FluidKit.Controls.GlassWindow:
AvalonDock.FloatingWindow AvalonDock.DockableFloatingWindow AvalonDock.DocumentFloatingWindow

Полный список членов класса

Классы

struct  MINMAXINFO
class  MONITORINFO
struct  POINT
 POINT aka POINTAPI. Подробнее...
struct  RECT
 Win32. Подробнее...

Открытые типы

enum  SizingAction {
  North = 3, South = 6, East = 2, West = 1,
  NorthEast = 5, NorthWest = 4, SouthEast = 8, SouthWest = 7
}

Открытые члены

void Maximize ()
override void OnApplyTemplate ()
static IntPtr GetSystemMenu (IntPtr hWnd,[MarshalAs(UnmanagedType.Bool)] bool bRevert)
static uint TrackPopupMenuEx (IntPtr hmenu, uint fuFlags, int x, int y, IntPtr hwnd, IntPtr lptpm)

Открытые статические члены

static Size GetMaxWinInfo (IntPtr hwnd)

Статические открытые данные

static readonly DependencyProperty IsShowCaptionProperty

Защищенные члены

override void OnSourceInitialized (EventArgs e)
GetChildControl< T > (string ctrlName)
void MoveWindow (Rect rect)

Свойства

bool IsShowCaption [get, set]

Данные класса

readonly DependencyProperty FluidKit.Controls.GlassWindow.IsShowCaptionProperty [static]
Инициализатор
            DependencyProperty.Register("IsShowCaption", typeof(bool), typeof(GlassWindow),
                                        new PropertyMetadata(true))