Click or drag to resize

smartFilePathSelector Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the smartFilePathSelector class

Namespace:  imbACE.Services.textBlocks.smart
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public smartFilePathSelector(
	string __path,
	dialogSelectFileMode __mode,
	string __ext,
	int _height,
	int __width,
	int __leftRightMargin = 0,
	int __leftRightPadding = 0
)
Request Example View Source

Parameters

__path
Type: SystemString
__mode
Type: imbACE.Services.textBlocks.smartdialogSelectFileMode
__ext
Type: SystemString
_height
Type: SystemInt32
__width
Type: SystemInt32
__leftRightMargin (Optional)
Type: SystemInt32
__leftRightPadding (Optional)
Type: SystemInt32
See Also