Contents

・
ResizeKit2
Overview
Setup for Delphi Editions
Setup for C++Builder Editions
Setup for RAD Studio and BDS 2006 Editions
Setup for ActiveX Edition
Distributing Applications
Technical Support
ResizeKit2 License Agreement
Control Reference
Properties
Enabled
FormHeight
FormMaxHeight
FormMinHeight
FormWidth
FormMaxWidth
FormMinWidth
FormPos
NoResizeCtl
NoResizeFntCtl
ResizeFont
ValidTaskbar
Methods
DynamicAdd
DynamicDelete
Events
ExitResize

 
Home
ResizeKit2 Online Help
Prev Page Next Page
 
  ・

This property sets the controls that will be excluded from resizing.

[form.]resizecontrolname.NoResizeCtl [=string]

Property Value

The name of the controls on the form that will be excluded from resizing. To exclude multiple controls from resizing, seperate control names with semicolons.

For example:

     ResizeKit1.NoResizeCtl="Command1;File1;List1"

In VisualBasic when arrays of controls are used, it is necessary to set the control index as well as the control name. For example, when the following buttons appear on a form: Command1(0), Command1(1), and Command1(2), setting the

     ResizeKit1.NoResizeCtl = "Command1(0);Command1(1)

will exclude only Command1(0) and Command1(1) from resizing but Command1(2) will be resized.

Explanation

The NoResizeCtl property sets the controls that will be excluded from resizing.

When using this property in VCL environments, please be sure to set the ParentFont properties of all specified controls to False.

Setting Property Value

This property can be set during design and during execution

Retrieving Property Value

This property can be retrieved during execution

 

 

 

The ResizeKit2 is a product of Newtone Corporation. Visit our website at http://www.imagekit.com/resizekit2.html for more information