GetDialogString Method

Summary

Gets a string for the specified Dialog String ID.

Syntax
C#
VB
C++
public static RasterColorDialogString GetDialogString( 
   RasterColorDialogStringsId id 
) 
  
Public Shared Function GetDialogString( _ 
   ByVal id As RasterColorDialogStringsId _ 
) As RasterColorDialogString 
public: 
static RasterColorDialogString^ GetDialogString(  
   RasterColorDialogStringsId id 
)  

Parameters

id
Dialog ID for the dialog strings.

Return Value

Returns the dialog string.

Example

Refer to RasterWindowLevelDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.