Represents the base class for DockableFloatingWindow and DocumentFloatingWindow classes. Подробнее...
Открытые члены | |
override void | OnApplyTemplate () |
abstract Pane | ClonePane () |
virtual void | Dock () |
Redock contained ManagedContent object to the DcokingManager | |
void | ShowEx (bool state) |
Статические открытые данные | |
static readonly DependencyProperty | ContentTitleProperty = ContentTitlePropertyKey.DependencyProperty |
Защищенные члены | |
void | SetContentTitle (object value) |
Provides a secure method for setting the ContentTitle property. This dependency property indicates title of the content currectly hosted in the floating window. | |
override void | OnInitialized (EventArgs e) |
override void | OnContentChanged (object oldContent, object newContent) |
virtual bool | OpenContextMenu (UIElement popupButton, Point ptMouse) |
virtual void | HandleMove () |
override void | OnActivated (EventArgs e) |
override void | OnDeactivated (EventArgs e) |
override void | OnClosing (CancelEventArgs e) |
override void | OnClosed (EventArgs e) |
void | OnLoaded (object sender, EventArgs e) |
void | OnUnloaded (object sender, EventArgs e) |
virtual void | FilterMessage (object sender, FilterMessageEventArgs e) |
override void | OnSourceInitialized (EventArgs e) |
Защищенные данные | |
const int | WM_MOVE = 0x0003 |
const int | WM_SIZE = 0x0005 |
const int | WM_NCMOUSEMOVE = 0xa0 |
const int | WM_NCLBUTTONDOWN = 0xA1 |
const int | WM_NCLBUTTONUP = 0xA2 |
const int | WM_NCLBUTTONDBLCLK = 0xA3 |
const int | WM_NCRBUTTONDOWN = 0xA4 |
const int | WM_NCRBUTTONUP = 0xA5 |
const int | HTCAPTION = 2 |
const int | SC_MOVE = 0xF010 |
const int | WM_SYSCOMMAND = 0x0112 |
Свойства | |
Pane | HostedPane [get] |
object | ContentTitle [get] |
Gets the ContentTitle property. This dependency property indicates title of the content currectly hosted in the floating window. | |
bool | ForcedClosing [get, set] |
bool | IsShowEverywhere [get, set] |
Represents the base class for DockableFloatingWindow and DocumentFloatingWindow classes.
Provides base services for floating windows
virtual void AvalonDock.FloatingWindow.Dock | ( | ) | [virtual] |
Redock contained ManagedContent object to the DcokingManager
Переопределяется в AvalonDock.DockableFloatingWindow и AvalonDock.DocumentFloatingWindow.
void AvalonDock.FloatingWindow.SetContentTitle | ( | object | value | ) | [protected] |
Provides a secure method for setting the ContentTitle property. This dependency property indicates title of the content currectly hosted in the floating window.
value | The new value for the property. |
object AvalonDock.FloatingWindow.ContentTitle [get] |
Gets the ContentTitle property. This dependency property indicates title of the content currectly hosted in the floating window.