C# Class ZForge.Controls.Wizard.InfoContainerDesigner

Inheritance: System.Windows.Forms.Design.ParentControlDesigner
Datei anzeigen Open project: zhuangyy/Motion

Protected Methods

Method Description
PreFilterProperties ( System properties ) : void

/// Prevents the grid from being drawn on the Wizard ///

Drops the BackgroundImage property

Method Details

PreFilterProperties() protected method

/// Prevents the grid from being drawn on the Wizard /// Drops the BackgroundImage property
protected PreFilterProperties ( System properties ) : void
properties System properties to remove BackGroundImage from
return void