The resizable plugin

C# | Visual Basic | Visual C++ |
public class Resizable : IPlugin, IDisposable
Public Class Resizable _ Implements IPlugin, IDisposable
public ref class Resizable : IPlugin, IDisposable

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | Resizable()()()() | Initializes a new instance of the Resizable class |
![]() | AutoBringToFront |
Should we bring the component to front on border mousedown
|
![]() | AutoExcludeFromLayout |
Should we exclude component from layout on border mousedown
|
![]() | BorderWeight |
Border weithgt of the resizable
|
![]() | ChangeExplicitSize |
If set to true, the resizable will set the explicit width and height, instead of setting only the actual size
|
![]() ![]() | DebugMode |
Debug mode
|
![]() | Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | DoRenderOverlay | |
![]() | Enabled |
Is plugin enabled
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Initialize(InvalidationManagerClient) | |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ShowOverlay |
A switch for turning off the overlay (border) True by default |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | Resizable |