FormInt64Control.calcControlSize(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:
override cli::array <System::Object ^> ^ calcControlSize(int _chars, int _lines);
public override object[] calcControlSize (int _chars, int _lines);
override this.calcControlSize : int * int -> obj[]
Public Overrides Function calcControlSize (_chars As Integer, _lines As Integer) As Object()
Parameters
- _chars
- Int32
- _lines
- Int32
Returns
Object[]