Spread Windows Forms 12.0 Product Documentation
IncreaseChildWidth Field
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadActions Class : IncreaseChildWidth Field
Increases the width of the active object. This field is read-only.
Syntax
'Declaration
 
Public Shared ReadOnly IncreaseChildWidth As Object
'Usage
 
Dim value As Object
 
value = SpreadActions.IncreaseChildWidth
public static readonly object IncreaseChildWidth
Example
This example sets the key for the spread action.
FarPoint.Win.Spread.InputMap im;
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused);
im.Put(new FarPoint.Win.Spread.Keystroke(Keys.X, Keys.None), FarPoint.Win.Spread.SpreadActions.IncreaseChildWidth);
Dim im As FarPoint.Win.Spread.InputMap
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenFocused)
im.Put(New FarPoint.Win.Spread.Keystroke(Keys.X, Keys.None), FarPoint.Win.Spread.SpreadActions.IncreaseChildWidth)
See Also

Reference

SpreadActions Class
SpreadActions Members