←Select platform

RemoveDropoutColor Method

Summary

Removes a specific FormDroputoutColor from the Dropout colors list.

Syntax

C#
C++/CLI
Python
public void RemoveDropoutColor( 
   FormDropoutColor color 
) 
public:  
   void RemoveDropoutColor( 
      FormDropoutColor^ color 
   ) 
def RemoveDropoutColor(self,color): 

Parameters

color

The FormDropoutColor to remove.

Remarks

If the Dropout color passed to the function does not exist within the list, nothing will be removed. See RemoveDropoutColorByIndex to remove a dropout color by index.

Requirements

Target Platforms

See Also

FormDropoutColors Class

FormDropoutColors Members

Leadtools.Forms.Processing Namespace

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

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.