ControlDpiAwarenessException(Control, Double, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ControlDpiAwarenessException(System::Windows::Forms::Control ^ control, double invalidDpi, System::String ^ message);
public ControlDpiAwarenessException (System.Windows.Forms.Control control, double invalidDpi, string message);
new Microsoft.VisualStudio.Utilities.ControlDpiAwarenessException : System.Windows.Forms.Control * double * string -> Microsoft.VisualStudio.Utilities.ControlDpiAwarenessException
Public Sub New (control As Control, invalidDpi As Double, message As String)
Parameters
- control
- Control
- invalidDpi
- Double
- message
- String