PropertyPageProvider.ShowPropertyFrame(IntPtr, String) Method
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:
virtual bool ShowPropertyFrame(IntPtr hwndParent, System::String ^ pageTitle);
public bool ShowPropertyFrame (IntPtr hwndParent, string pageTitle);
abstract member ShowPropertyFrame : nativeint * string -> bool
override this.ShowPropertyFrame : nativeint * string -> bool
Public Function ShowPropertyFrame (hwndParent As IntPtr, pageTitle As String) As Boolean
Parameters
- hwndParent
-
IntPtr
nativeint
- pageTitle
- String