FormWindowControl.size(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void size(int _width, int _height);
public virtual void size (int _width, int _height);
abstract member size : int * int -> unit
override this.size : int * int -> unit
Public Overridable Sub size (_width As Integer, _height As Integer)
Parameters
- _width
- Int32
- _height
- Int32