TotalPercent Property

Summary

An integer that represents the percentage of the total selected file(s) loading process.

Syntax
C#
VB
C++
public int TotalPercent { get; } 
  
Public ReadOnly Property TotalPercent As Integer 
public: 
property int TotalPercent { 
   int get(); 
} 

Property Value

Represents the percentage of the total selected file(s) loading process.

Example

Refer to RasterOpenDialog 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.

Leadtools.WinForms.CommonDialogs.File Assembly