|
The properties in the Dazy2006WebPrint control cover a lot more than just printing an HTML file :-
- CausesValidation - Returns/sets whether validation occurs on the control which lost focus.
- Container - Returns the container of an object.
- DialogOnTop - Returns/sets whether dialogs called by the control are forced to the top.
- DirectoryRun - Returns/sets the directory from which the program has been run.
- DragIcon - Returns/sets the icon to be displayed as the pointer in a drag-and-drop operation.
- DragMode - Returns/sets a value that determines whether manual or automatic drag mode is used.
- Enabled - Returns/sets a value that determines whether an object can respond to user-generated events.
- Height - Returns/sets the height of an object.
- HelpContextID - Specifies the default Help file context ID for an object.
- Icon - Returns/sets the icon for the control.
- Index - Returns/sets the number identifying a control in a control array.
- Left - Returns/sets the distance between the internal left edge of an object and the left edge of its container.
- Name - Returns the name used in code to identify an object.
- NoBackground - (2006 only) - Returns/sets whether backgrounds are printed.
- NoColour - Returns/sets whether colours are printed.
- NoHeaders - Returns/sets whether headers and footers are printed.
- NoLinks - Returns/sets whether links are printed.
- Object - Returns an object in a control.
- Offline - Sets or retrieves a Boolean value that indicates whether the object is currently operating in offline mode.
- Parent - Returns the object on which this object is located.
- PrinterName - (2006 only) - Returns sets the printer to be used when printing a file.
- PrintFileName - Returns/sets the root print file name.
- PrintName - Returns/sets the optional name to be used when printing a file.
- ProgramName - Returns/sets the name of the calling program.
- RegistryApp - Returns/sets the Windows registry application used by the calling program.
- RemoveFrom - Returns/sets the remove from tag for printing formatted pages.
- RemoveTo - Returns/sets the remove to tag for printing formatted pages.
- TabIndex - Returns/sets the tab order of an object within its parent form.
- TabStop - Returns/sets a value indicating whether a user can use the TAB key to give the focus to an object.
- Tag - Stores any extra data needed for your program.
- ToolTipText - Returns/sets the text displayed when the mouse is paused over the control.
- Top - Returns/sets the distance between the internal top edge of an object and the top edge of its container.
- UserCode - Returns/sets the user code used in registration of the control.
- Visible - Returns/sets a value that determines whether an object is visible or hidden.
- WhatsThisHelpID - Returns/sets an associated context number for an object.
- Width - Returns/sets the width of an object.
|