←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly